fromPlatform

@Nullable
open fun fromPlatform(platformMetadata: @Nullable Notification.BubbleMetadata): @Nullable NotificationCompat.BubbleMetadata(source)

Converts a platform-level Notification.BubbleMetadata to a NotificationCompat.BubbleMetadata.

Return

a NotificationCompat.BubbleMetadata containing the same data if platformMetadata is non-null, otherwise null.

Parameters

platformMetadata